Messages
2/19/2024
1 : 42
RD#443 How to Center a Div
When do we use Flexbox, or CSS Grid, or something else
2/11/2024
18 : 24
RD#442 A Better Guide to Forms in React
Modern best practices for building forms in React
2/4/2024
18 : 24
RD#441 Shining a light on Caustics
With Shaders and React Three Fiber
1/28/2024
16 : 4
RD#440 Reconciliation, Renderers, Fiber, Virtual Tree
Under the hood of the library and try to understand how it works inside, how it stores data, and how Virtual Tree looks like
1/21/2024
16 : 34
RD#439 Kind of annoyed at React
React's gotten really hard to understand
1/14/2024
16 : 4
RD#439 The future of React.use and React.useMemo
use-context-selector is a preferred way to prevent re-renders when using contexts
1/7/2024
16 : 4
RD#438 The Two Reacts
Is there some way we could split components between your computer and mine?
12/17/2023
16 : 44
RD#437 React Tricks: Fast, Fit and Fun
How to make your React app or library faster and smaller
12/10/2023
16 : 34
RD#436 Let’s learn how modern JavaScript frameworks work by building one
0 days since last JavaScript framework
12/3/2023
16 : 34
What do we know about React Forget
Cutting-edge compiler, automatically memoizing Components and Hooks for enhanced performance #435 – December 04, 2023 View in browser React Digest What do we know about React Forget React Forget is the
11/26/2023
16 : 34
How hooks work
We will see how they are written into React #434 – November 27, 2023 View in browser React Digest How hooks work Hooks were introduced in React v16.8.0, and since then they changed the way React apps
11/19/2023
17 : 24
Moving back to React
Why daily.dev moved away from Preact #433 – November 20, 2023 View in browser React Digest Moving back to React Discover the story behind daily.dev's transition from Preact to React for frontend
11/12/2023
16 : 44
React Router v6: A Beginner's Guide
Learn how to navigate through a React application with multiple views #432 – November 13, 2023 View in browser React Digest React Router v6: A Beginner's Guide Learn how to navigate through a React
11/5/2023
18 : 14
Guide to React Suspense
From Code Splitting to Data Fetching #431 – November 06, 2023 View in browser React Digest Guide to React Suspense: From Code Splitting to Data Fetching Suspense is behind lazy component, it helps you
10/29/2023
16 : 44
Introduction to the useMemo hook
Stand out for optimizing performance by memorizing computed values #430 – October 30, 2023 View in browser React Digest Introduction to the useMemo hook Hooks have revolutionized the way developers
10/22/2023
17 : 24
React useTransition: performance game changer or...?
Looking into what React Concurrent Rendering is #429 – October 23, 2023 View in browser React Digest React useTransition: performance game changer or…? Looking into what React Concurrent Rendering is,
10/19/2023
4 : 24
Classed components
If you use Tailwind CSS, this is gonna change your life. #428 – October 16, 2023 View in browser React Digest Classed components If you use Tailwind CSS, this is gonna change your life. Integrate live
10/8/2023
17 : 34
Next.js 13 vs Remix
An in-depth case study by builduing a Twitter clone #427 – October 09, 2023 View in browser React Digest Next.js 13 vs Remix: An In-depth case study A detailed comparison of the features Next.js 13 and
10/1/2023
17 : 44
Decoupling your components in the right way
By clearly separating business logic from presentation we make our components more readable #426 – October 02, 2023 View in browser React Digest Decoupling your components in the right way By clearly
9/24/2023
17 : 34
React Server Components Made Our Site A LOT Faster
You really can't argue with dropping more than half your bundle. #425 – September 25, 2023 View in browser React Digest React Server Components Made Our Site A LOT Faster React Server Components